.head .el-carousel__container{
    height: 46.4rem;
}
.ask .items{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 3rem auto;
}
.ask .items .item{
    width: 54rem;
    height: 17rem;
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    padding:0 3rem;
    border-radius: 1rem;
    background-color: #fff;
    font-size: 3.75rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.ask .items .item span{
    width: 8rem;
    height: 8rem;
    margin-right: 3rem;
    border-radius: 4rem;
    background-color: #0067FF;
    text-align: center;
    line-height: 8rem;
    font-size: 4rem;
    font-weight: bold;
    color: #fFF;
}
.ask .items .item p{
    width: 37rem;
}
.access{
    padding: 3.19rem;
    background-image: url('../img/access.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0;
    text-align: center;
    font-size: 4rem;
}
.access h2{
    font-size: 4.8rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #0067FF;
}
.access p{
    margin: 2.63rem;
    font-size: 3.75rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.accessbox{
    width: 57.4rem;
    margin: 0 auto;
    padding: 1.75rem;
    background: #FFAE00;
    border-radius: 5rem;
    text-align: center;
    font-size: 5rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
.strengths{
    background-color: #fff;
}
.strengths .items{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 3rem auto 0;
}
.strengths .items .item{
    width: 52.8rem;
    margin-bottom: 2.5rem;
    padding: 4rem 1rem;
    box-shadow: 0rem 0rem 1rem 0rem rgba(0,60,159,0.06);
    border-radius: 1rem;
    background: #FFFFFF;
    text-align: center;
}
.strengths .items .item .white{
    display: none;
}
.strengths .items .item img{
    width: 16rem;
}
.strengths .items .item h3{
    margin-top: 2.25rem;
    margin-bottom: 2.88rem;
    font-size: 4.8rem;
    font-family: Source Han Sans CN;
    font-weight: 600;
    color: #333333;
}
.strengths .items .item p{
    width: 42.56rem;
    margin: 0 auto;
    text-align: justify;
    font-size: 3.5rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.strengths .items .item span{
    display: block;
    margin-top: 2rem;
    margin-bottom: 4.5rem;
    text-align: center;
    font-size: 1.6rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.courses{
    padding-bottom: 11.04rem;
}
.courses .items{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 3rem auto 0;
}
.courses .items .item{
    margin-bottom: 1.75rem;
    padding: 2.5rem 0;
    background: #F3F6FD;
    border-radius: 1.25rem;
    text-align: center;
}
.courses .items .item img{
    width: 16rem;
}
.courses .items .item p{
    margin-top: 1.88rem;
    font-size: 3rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
}
.courses .items .item h3{
    width: 24rem;
    margin-top: 2.25rem;
    margin-bottom: 1.88rem;
    text-align: center;
    font-size: 3.84rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
}
.courses .items .item:nth-child(5n){
    margin-right: 0;
}
.courses .items .item span{
    display: block;
    margin-top: 2rem;
    margin-bottom: 4.5rem;
    text-align: center;
    font-size: 1.6rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.miens{
    padding-bottom: 6.56rem;
    background-color: #fff;
}
.miens .items{
    margin-top: 5.35rem;
}
.miens .items .item{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 2.4rem;
}
.miens .items .item:first-child{
    width: 32.63rem;
}
.miens .items .item img{
    width: 110.4rem;
}
.miens .items .item div:nth-child(1){
    margin-bottom: 1rem;
}
.miens .items .item div img{
    width: 53.76rem;
}